home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / CHEAT / CheatMake / !CheatMake / Resources / Docs / HackMods < prev   
Text File  |  1995-09-08  |  1KB  |  34 lines

  1. Description of a Hacker Cheat file
  2.  
  3. If &2c-&34 = CheatMod, !&5c = "Chea" (&61656843),
  4.    !&74 "Hack" (&6b636148),
  5.     !&70 = offset to table
  6.     
  7. Table (general information)
  8.  
  9. !-12 ?
  10. !-8  ?
  11. !-4  ?
  12. $0   (some Control chars) Cheat name <Space> "cheat"
  13.      (some Control chars) "Written by" <Space> Author's name
  14.      (some Control chars) "With The Hacker from Doggy Soft."
  15.      CR, LF, CR, LF <Space> "Right-Ctrl +"... until CR, LF, CR, LF
  16.      Help text (if any)
  17.      (some Control chars) until Byte = 0, go word aligned
  18.  
  19. Word ? (=8)
  20. Word Only if indicator: 0 always, 1 if address = word, 2 if address =string
  21.      If <>0 Word: Address
  22.        If 1: Word: Value
  23.        If 2: String: Terminated by 0, word aligned
  24.  
  25. REPEAT
  26. Word ? (=&14)
  27.        / HI: 2 Bytes (often 0, but not always)
  28. Word -<     Byte   = Key code (INKEY-(KeyCode-1))
  29.        \ LO: Byte   = mode (0 = set, 1 = add, 2= sub, Bit 2 set: Only bytes)
  30.   Word   = Value to be set, added etc.
  31.   Words  = Addresses, terminated by
  32.             Word: -1
  33. UNTIL terminated by Word: -1 or end of file
  34.